Conversation
|
I'm gonna be honest with you. I don't think I will decide to integrate this into the mainline branch. The fundamental design of the Flow Graph is to keep graphs super-clear. Easy to read, debug, and maintain. This was a conscious decision to enforce having visible links between all nodes. Without that, approaches like "debug by wire" can't be fully utilized. I'm open to further discussion here and on the plugin's Discord. |
a7ac887 to
5e60d3a
Compare
|
Hey @C209, I'm closing this PR. I've talked with community and the consensus confirms my original design: Named Reroutes would break the readability and simplicity of Flow Graph. And the same this would increase the maintenance cost of the system. But it's clear some teams would like to have Named Reroutes. They would like to know that such a modification exists. So I added a documentation page: Notable Pull Request, and linked to this sumbit there :) |
|
I totally understand your design. It's good to leave the implementation here for the teams that need it. |
Add NamedReroute Nodes for better graph management.